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