Skip to content

Commit

Permalink
Use cross/pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Jan 26, 2025
1 parent 58bd5f0 commit 2c836b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions spk/flexget/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ USE_ALTERNATE_TMPDIR = 1

SPK_USR_LOCAL_LINKS = bin:env/bin/flexget bin:env/bin/flexget-headless

# Needs atomic to build
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS)

include ../../mk/spksrc.python.mk

# [greenlet]
Expand All @@ -44,12 +47,8 @@ else
WHEELS += src/requirements-crossenv-greenlet-v1.txt
endif

# [pendulum]
ifeq ($(call version_ge, $(TC_GCC), 4.9),1)
WHEELS_CFLAGS += [pendulum] -std=c11
else
WHEELS_CFLAGS += [pendulum] -std=c99
endif
# [Pendulum]
DEPENDS += cross/pendulum

.PHONY: flexget_extra_install
flexget_extra_install:
Expand Down
2 changes: 1 addition & 1 deletion spk/flexget/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Brotli==1.1.0
charset-normalizer==3.4.1
#greenlet==3.1.1 => supported version depends on gcc version
MarkupSafe==3.0.2
pendulum==3.0.0
#pendulum==3.0.0 => cross/pendulum
psutil==6.1.1
PyYAML==6.0.2
rpds-py==0.22.3
Expand Down

0 comments on commit 2c836b0

Please sign in to comment.