mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
python39Packages.pyopenssl: add meta, adopt to myself
This commit is contained in:
parent
4ad05d5230
commit
83f574842f
@ -91,4 +91,11 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ cryptography pyasn1 idna six ];
|
propagatedBuildInputs = [ cryptography pyasn1 idna six ];
|
||||||
|
|
||||||
checkInputs = [ pytest pretend flaky glibcLocales ];
|
checkInputs = [ pytest pretend flaky glibcLocales ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Python wrapper around the OpenSSL library";
|
||||||
|
homepage = "https://github.com/pyca/pyopenssl";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user