python3.pkgs.rsa: 4.0 -> 4.1

keep python2 at 4.0
This commit is contained in:
Frederik Rietdijk
2020-06-11 10:07:58 +02:00
parent 829d30b4bb
commit 858a96035c
3 changed files with 41 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
, mock
, isPy3k
, pythonOlder
, poetry
}:
buildPythonPackage rec {
@@ -24,6 +25,9 @@ buildPythonPackage rec {
substituteInPlace setup.py --replace "open('README.md')" "open('README.md',encoding='utf-8')"
'';
# No tests in archive
doCheck = false;
meta = with stdenv.lib; {
homepage = "https://stuvel.eu/rsa";
license = licenses.asl20;