Skip to content

Commit e2439ab

Browse files
author
R.Rietbroek
committed
renamed python directory and fix pyyaml dependency
1 parent 39aa0e8 commit e2439ab

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
__pycache__
2+
*egg-info/
File renamed without changes.
File renamed without changes.

Diff for: nmealogger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Nov 2022
66
"""
77

8-
from raspberry_gnssr.gnssr import GNSSRconfig
8+
from gnssr_raspberry.gnssr import GNSSRconfig
99
import asyncio
1010
import argparse
1111
import sys

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=find_packages("."),
2222
package_dir={"":"."},
2323
scripts=['nmealogger.py'],
24-
install_requires=['yaml','aiohttp'],
24+
install_requires=['pyyaml','aiohttp'],
2525
classifiers=["Programming Language :: Python :: 3",
2626
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2727
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)