undo any changes to invoke_ddns
This commit is contained in:
parent
d905381812
commit
3c27530b04
2 changed files with 1 additions and 5 deletions
|
|
@ -18,9 +18,6 @@
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
tar -xzf $src -C $out
|
tar -xzf $src -C $out
|
||||||
mv $out/nfsn_ddns-0.2.0/* $out
|
|
||||||
mv $out/nfsn_ddns-0.2.0/.* $out
|
|
||||||
rmdir $out/nfsn_ddns-0.2.0
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,7 @@ setup(name='InvokeDdns',
|
||||||
url='https://github.com/philip-peterson/invoke-ddns',
|
url='https://github.com/philip-peterson/invoke-ddns',
|
||||||
packages=['invoke_ddns', 'invoke_ddns.command'],
|
packages=['invoke_ddns', 'invoke_ddns.command'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'tornado>=4.4',
|
'tornado>=4.4'
|
||||||
'nfsn-ddns-extracted'
|
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue