Merge pull request #49773 from rdnetto4/master

humanize: remove platform restriction
This commit is contained in:
Michael Raskin 2018-11-07 04:36:29 +00:00 committed by GitHub
commit 50602de85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
homepage = https://github.com/jmoiron/humanize;
license = licenses.mit;
maintainers = with maintainers; [ ];
platforms = platforms.linux; # can only test on linux
platforms = platforms.unix;
};
}