mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 18:42:15 +00:00
Merge pull request #117915 from zhaofengli/dptrp1-setuptools
This commit is contained in:
commit
adc045cd08
|
@ -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