python3Packages.ihatemoney: disable on python2
it does not build and is not supported according to setup.cfg
This commit is contained in:
parent
7761494be9
commit
4b819d443c
@ -21,7 +21,6 @@
|
|||||||
, jinja2
|
, jinja2
|
||||||
, Mako
|
, Mako
|
||||||
, markupsafe
|
, markupsafe
|
||||||
, mock
|
|
||||||
, python-dateutil
|
, python-dateutil
|
||||||
, pytz
|
, pytz
|
||||||
, six
|
, six
|
||||||
@ -44,6 +43,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0d4vc6m0jkwlz9ly0hcjghccydvqbldh2jb8yzf94jrgkd5fd7k1";
|
sha256 = "0d4vc6m0jkwlz9ly0hcjghccydvqbldh2jb8yzf94jrgkd5fd7k1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# fix migration on postgresql
|
# fix migration on postgresql
|
||||||
# remove on next release
|
# remove on next release
|
||||||
@ -93,7 +94,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
flask_testing
|
flask_testing
|
||||||
] ++ lib.optionals isPy27 [ mock ];
|
];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
inherit (nixosTests) ihatemoney;
|
inherit (nixosTests) ihatemoney;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user