Skip to content

Commit d1ee91b

Browse files
committed
Update requirements.txt
Require python-six >= 1.4.0 due to method add_metaclass(metaclass). By the way, openstack havana require six <1.4.1, so 1.4.0 is the only suitable version for Havana
1 parent 63efe7a commit d1ee91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pbr>=0.6,!=0.7,<1.0
22
oslo.config
33
oslo.utils
44

5-
six
5+
six >=1.4.0
66

77
python-novaclient
88
python-keystoneclient

0 commit comments

Comments
 (0)