From: Melissa LeBlanc-Williams Date: Tue, 21 Apr 2020 17:31:49 +0000 (-0700) Subject: Merge pull request #275 from hhk7734/meson-g12 X-Git-Tag: 4.6.0~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/85e40fd98d2a61d67ef21c794588bf00270b53c8?hp=c2eda22067cdd6d6216bad2256048a1bbb8efbee Merge pull request #275 from hhk7734/meson-g12 Amlogic: integrate G12A, G12B, and SM1 --- diff --git a/requirements.txt b/requirements.txt index 4b13e89..8aa587a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Adafruit-PlatformDetect>=2.6.0 -Adafruit-PureIO>=1.1.0 +Adafruit-PureIO>=1.1.4 Jetson.GPIO; platform_machine=='aarch64' RPi.GPIO; platform_machine=='armv7l' or platform_machine=='armv6l' rpi_ws281x>=4.0.0; platform_machine=='armv7l' or platform_machine=='armv6l' diff --git a/setup.py b/setup.py index 558c4c4..4c26ccc 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( package_data={'adafruit_blinka.microcontroller.bcm283x.pulseio': ['libgpiod_pulsein']}, install_requires=[ "Adafruit-PlatformDetect>=2.6.0", - "Adafruit-PureIO>=1.1.0", + "Adafruit-PureIO>=1.1.4", "sysv_ipc; platform_system != 'Windows' and platform_machine != 'mips'", "pyftdi>=0.40.0" ] + board_reqs,