python3Packages.snowflake-sqlalchemy: propgate six
This commit is contained in:
parent
418a929ded
commit
d588e9acfe
@ -1,8 +1,9 @@
|
||||
{ buildPythonPackage
|
||||
, lib
|
||||
, fetchPypi
|
||||
, sqlalchemy
|
||||
, six
|
||||
, snowflake-connector-python
|
||||
, sqlalchemy
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -15,8 +16,9 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
sqlalchemy
|
||||
six
|
||||
snowflake-connector-python
|
||||
sqlalchemy
|
||||
];
|
||||
|
||||
# Pypi does not include tests
|
||||
|
Loading…
Reference in New Issue
Block a user