dpt-rp1-py: Add setuptools to propagatedBuildInputs
This commit is contained in:
parent
c4d8c91566
commit
a866a76d42
|
@ -19,11 +19,14 @@ python3Packages.buildPythonApplication rec {
|
||||||
pbkdf2
|
pbkdf2
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
|
setuptools
|
||||||
tqdm
|
tqdm
|
||||||
urllib3
|
urllib3
|
||||||
zeroconf
|
zeroconf
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "dptrp1" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/janten/dpt-rp1-py";
|
homepage = "https://github.com/janten/dpt-rp1-py";
|
||||||
description = "Python script to manage Sony DPT-RP1 without Digital Paper App";
|
description = "Python script to manage Sony DPT-RP1 without Digital Paper App";
|
||||||
|
|
Loading…
Reference in New Issue