Merge pull request #165412 from SuperSandro2000/pycurl

This commit is contained in:
Sandro 2022-03-23 12:21:53 +01:00 committed by GitHub
commit 7aa377336e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@
, openssl
, bottle
, pytestCheckHook
, nose
, flaky
}:
@ -38,7 +37,6 @@ buildPythonPackage rec {
checkInputs = [
bottle
pytestCheckHook
nose
flaky
];
@ -76,9 +74,9 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "http://pycurl.sourceforge.net/";
description = "Python wrapper for libcurl";
license = licenses.lgpl2Only;
homepage = "http://pycurl.io/";
description = "Python Interface To The cURL library";
license = with licenses; [ lgpl2Only mit ];
maintainers = with maintainers; [];
};
}