Skip to content

Commit

Permalink
chore: Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Oct 16, 2023
1 parent eb1cfe5 commit 17906b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions packages/lang/python/python-atpython/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ define Package/python3-atpython
URL:=https://github.com/atsign-foundation/at_python
DEPENDS:=\
+python3-light \
+python3-cffi \
+python3-cryptography \
+python3-dateutil \
+python3-pycparser \
+python3-pytest \
+python3-requests \
+python3-six
+python3-cffi \
+python3-cryptography \
+python3-dateutil \
+python3-pycparser \
+python3-pytest \
+python3-requests \
+python3-six
endef

define Package/python3-atpython/description
Expand Down
12 changes: 6 additions & 6 deletions packages/lang/python/python-sshnpdpy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ define Package/python3-sshnpdpy
DEPENDS:=\
+python3-light \
+python3-atpython \
+python3-bcrypt \
+python3-cffi \
+python3-cryptography \
+python3-paramiko \
+python3-pycparser \
+python3-pynacl
+python3-bcrypt \
+python3-cffi \
+python3-cryptography \
+python3-paramiko \
+python3-pycparser \
+python3-pynacl
endef

define Package/python3-sshnpdpy/description
Expand Down

0 comments on commit 17906b4

Please sign in to comment.