Skip to content

Commit

Permalink
Correct logic for defining BBBVERSION41
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp7 committed May 30, 2016
1 parent dda8e63 commit 9dbd8fb
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions setup.py
Expand Up @@ -16,18 +16,9 @@
print "DEBUG: kernel=" + kernel

if kernel >= '4.1.0':
print "> 4.1.0"
kernel41 = True
kernel41 = [('BBBVERSION41', None)]
else:
print "NOT 4.1.0+"
kernel41 = False

kernel41 = [('BBBVERSION41', None)]
print "kernel41:"
print kernel41

if kernel41:
print "kernel41"
kernel41 = None

classifiers = ['Development Status :: 3 - Alpha',
'Operating System :: POSIX :: Linux',
Expand Down

0 comments on commit 9dbd8fb

Please sign in to comment.