python3Packages.sqlalchemy-i18n: Propgate six
This commit is contained in:
parent
be0230a9d6
commit
f411d20ab6
@ -3,6 +3,7 @@
|
||||
, buildPythonPackage
|
||||
, sqlalchemy
|
||||
, sqlalchemy-utils
|
||||
, six
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
sqlalchemy
|
||||
sqlalchemy-utils
|
||||
six
|
||||
];
|
||||
|
||||
# tests require running a postgresql server
|
||||
|
Loading…
Reference in New Issue
Block a user