Merge pull request #81 from dirkmueller/master

Depend on pyudev during runtime
This commit is contained in:
Andy Grover 2016-11-03 17:17:53 -07:00 committed by GitHub
commit 6b185eedf9
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ setup (
url = 'http://github.com/open-iscsi/rtslib-fb',
packages = ['rtslib_fb', 'rtslib'],
scripts = ['scripts/targetctl'],
install_requires = ['pyudev >= 0.16.1'],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",