diff --git a/markovbot.spec b/markovbot.spec index 604df6d..7b83615 100644 --- a/markovbot.spec +++ b/markovbot.spec @@ -1,5 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -from kivy.deps import sdl2, glew +from kivy_deps import sdl2, glew a = Analysis( diff --git a/uv.lock b/uv.lock index 65d4be8..a3b0b7f 100644 --- a/uv.lock +++ b/uv.lock @@ -224,7 +224,6 @@ version = "0.1.0" source = { virtual = "." } dependencies = [ { name = "kivy", extra = ["base"] }, - { name = "kivy-deps-sdl2" }, { name = "nltk" }, { name = "pillow" }, { name = "platformdirs" }, @@ -240,7 +239,6 @@ dev = [ [package.metadata] requires-dist = [ { name = "kivy", extras = ["base"], specifier = ">=2.3.0" }, - { name = "kivy-deps-sdl2", specifier = ">=0.7.0" }, { name = "nltk", specifier = ">=3.9.1" }, { name = "pillow", specifier = ">=10.4.0" }, { name = "platformdirs", specifier = ">=4.3.6" },