10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitLab {
19 sha256 = "1k65iq791k5r08gh2kc6iz0xw1wyzqik19j6iam8ip732r7jm607";
22 # Needed only for the tests
27 propagatedBuildInputs = [
33 ${python.interpreter} test.py
37 description = "A Python interface to conic optimization solvers";
38 homepage = "https://gitlab.com/picos-api/picos";
39 license = licenses.gpl3;
40 maintainers = with maintainers; [ tobiasBora ];