temporarily disabled sfpy dependency for now
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jun 2019 05:53:24 +0000 (06:53 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jun 2019 05:53:24 +0000 (06:53 +0100)
setup.py

index 8f83c591234f4566b481f784af1c66d70fee7136..31166444366960b03fef4ec2c10e73d40b1d18ef 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read()
 version = '0.0.1'
 
 install_requires = [
-    'sfpy',
+#    'sfpy',  # XXX temporarily disabled
 ]
 
 test_requires = [